diff options
Diffstat (limited to 'app/[lng]/evcp/(evcp)/payment-conditions/page.tsx')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/payment-conditions/page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/[lng]/evcp/(evcp)/payment-conditions/page.tsx b/app/[lng]/evcp/(evcp)/payment-conditions/page.tsx index fc22745c..40d0cf54 100644 --- a/app/[lng]/evcp/(evcp)/payment-conditions/page.tsx +++ b/app/[lng]/evcp/(evcp)/payment-conditions/page.tsx @@ -30,7 +30,7 @@ export default async function IndexPage(props: IndexPageProps) { <div> <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight">결제 조건 관리</h2> - <InformationButton pageCode="evcp/payment-conditions" /> + <InformationButton pagePath="evcp/payment-conditions" /> </div> <p className="text-muted-foreground"> 결제 조건(Payment Terms)을 등록, 수정, 삭제할 수 있습니다. |
